projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6d8f4
)
poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG
author
Victor Chong
<
[email protected]
>
Mon, 23 Apr 2018 14:52:51 +0000
(15:52 +0100)
committer
Victor Chong
<
[email protected]
>
Tue, 24 Apr 2018 03:43:31 +0000
(
04:43
+0100)
Fixes: f3d522b ("poplar: Support Trusted OS extra image (OP-TEE header) parsing")
Signed-off-by: Victor Chong <
[email protected]
>
plat/hisilicon/poplar/platform.mk
patch
|
blob
|
history
diff --git
a/plat/hisilicon/poplar/platform.mk
b/plat/hisilicon/poplar/platform.mk
index 7c8027eada793d832c7f53fa4403af0c4b28e15b..14ffa99ea1fcd8bc9226c0cac575b3129b7decc1 100644
(file)
--- a/
plat/hisilicon/poplar/platform.mk
+++ b/
plat/hisilicon/poplar/platform.mk
@@
-34,10
+34,10
@@
$(eval $(call add_define,POPLAR_RECOVERY))
# Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
# in the FIP if the platform requires.
ifneq ($(BL32_EXTRA1),)
-$(eval $(call
FIP
_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
+$(eval $(call
TOOL
_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
endif
ifneq ($(BL32_EXTRA2),)
-$(eval $(call
FIP
_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
+$(eval $(call
TOOL
_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
endif
NEED_BL33 := yes